ServiceAddDelegate Method (Mailbox, DelegateUser) |
Adds delegate to a specific mailbox.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic DelegateUserResponse AddDelegate(
Mailbox mailbox,
DelegateUser delegateUser
)
Public Function AddDelegate (
mailbox As Mailbox,
delegateUser As DelegateUser
) As DelegateUserResponse
Parameters
- mailbox
- Type: Independentsoft.ExchangeMailbox
The mailbox to add delegates to. - delegateUser
- Type: Independentsoft.ExchangeDelegateUser
The delegate user to add.
Return Value
Type:
DelegateUserResponseA collection of objects that provides the results of the operation.
See Also